OBJECT

BeginUseBitsInExtensionPayload

The result of a BeginUseBitsInExtension mutation.

link GraphQL Schema definition

1type BeginUseBitsInExtensionPayload {
2
3# The user's balance.
4balance: Int
5
6# How many bits are required for this.
7bitsRequired: Int
8
9# Does the front end need to prompt the user.
10isPromptRequired: Boolean
11
12# The new transaction ID for this spend.
13transactionID: ID
14
15}