Skip to content

Commit

Permalink
assetId (#256)
Browse files Browse the repository at this point in the history
Co-authored-by: orman <omanzur@fireblocks.com>
  • Loading branch information
or109 and orman authored Feb 14, 2024
1 parent 1ab69bc commit da3c519
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1854,7 +1854,8 @@ export interface WriteCallFunctionResponseDto {
}

export interface IssueTokenRequest {
blockchainId: string;
assetId?: string;
blockchainId?: string;
vaultAccountId: string;
createParams: CreateTokenParams;
}
Expand Down Expand Up @@ -1909,6 +1910,7 @@ interface ParameterWithValue {
type: string;
description?: string;
value: any;
functionValue: Pick<AbiFunction, "name" | "inputs">;
}
export type ParameterWithValueList = ParameterWithValue[] | ParameterWithValueList[];

Expand Down

0 comments on commit da3c519

Please sign in to comment.