Type Alias SaDepositAction

SaDepositAction: {
    buildTransaction: (() => Promise<TransactionData>);
    type: GpActionType.SA_DEPOSIT;
}