interface GetTransactionIntentRequest {
    expand?: ("account" | "player" | "policy")[];
    id: string;
}

Properties

Properties

expand?: ("account" | "player" | "policy")[]
id: string