Type Alias SaApproveAction

SaApproveAction: {
    buildTransaction: (() => Promise<TransactionData>);
    type: GpActionType.SA_APPROVE;
}