Type alias CustomTransaction

CustomTransaction: Identifiable & {
    __typename?: "CustomTransaction";
    appId: Scalars["ID"];
    approvalState?: Maybe<CustomTransactionState>;
    code: Scalars["String"];
    hash: Scalars["String"];
    id: Scalars["ID"];
    metadataScript?: Maybe<Scalars["String"]>;
    name: Scalars["String"];
}

Custom Blockchain Transaction that can be peroformed on Wallet scoped to a specific app

Generated using TypeDoc