Resolve the account for the assembleTx GraphQL input params. More specifically to the properties:
assembleTx
These should be informed to the client in the following signature:
1 - Common Account (Not a Predicate)
feePayerAccount: { address: string;} Copy
feePayerAccount: { address: string;}
2 - Predicate
feePayerAccount: { predicate: { predicate: string; predicateAddress: string; predicateData: string; };} Copy
feePayerAccount: { predicate: { predicate: string; predicateAddress: string; predicateData: string; };}
Resolve the account for the
assembleTx
GraphQL input params. More specifically to the properties:These should be informed to the client in the following signature:
1 - Common Account (Not a Predicate)
2 - Predicate