Resolve the account for the assembleTx GraphQL input params. More specifically to the properties:

  • feePayerAccount
  • accountCoinQuantities[n].account

These should be informed to the client in the following signature:

1 - Common Account (Not a Predicate)

feePayerAccount: {
address: string;
}

2 - Predicate

feePayerAccount: {
predicate: {
predicate: string;
predicateAddress: string;
predicateData: string;
};
}
  • Parameters

    Returns GqlAccount