public static interface TransactionService.GetServiceConfigResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Model.SolanaAccountId |
getSubsidizerAccount()
The public key of the account that the service will use to sign transactions for funding.
|
Model.SolanaAccountId |
getToken()
.kin.agora.common.v4.SolanaAccountId token = 3; |
Model.SolanaAccountId |
getTokenProgram()
note: after release these values cannot change, and will be static per environment.
|
boolean |
hasSubsidizerAccount()
The public key of the account that the service will use to sign transactions for funding.
|
boolean |
hasToken()
.kin.agora.common.v4.SolanaAccountId token = 3; |
boolean |
hasTokenProgram()
note: after release these values cannot change, and will be static per environment.
|
boolean hasSubsidizerAccount()
The public key of the account that the service will use to sign transactions for funding. If not specified, the service is _not_ configured to fund transactions.
.kin.agora.common.v4.SolanaAccountId subsidizer_account = 1;Model.SolanaAccountId getSubsidizerAccount()
The public key of the account that the service will use to sign transactions for funding. If not specified, the service is _not_ configured to fund transactions.
.kin.agora.common.v4.SolanaAccountId subsidizer_account = 1;boolean hasTokenProgram()
note: after release these values cannot change, and will be static per environment.
.kin.agora.common.v4.SolanaAccountId token_program = 2;Model.SolanaAccountId getTokenProgram()
note: after release these values cannot change, and will be static per environment.
.kin.agora.common.v4.SolanaAccountId token_program = 2;boolean hasToken()
.kin.agora.common.v4.SolanaAccountId token = 3;Model.SolanaAccountId getToken()
.kin.agora.common.v4.SolanaAccountId token = 3;