Type Alias ExtendBlobOptions
ExtendBlobOptions: { blobObjectId: string; owner: string; walCoin?: TransactionObjectArgument;} & (
| { endEpoch?: never; epochs: number } | { endEpoch: number; epochs?: never })
Type declaration
blobObjectId: string
owner: string
- { endEpoch?: never; epochs: number }
Optional
endEpoch?: never
epochs: number
- { endEpoch: number; epochs?: never }
endEpoch: number
Optional
epochs?: never
optionally specify a WAL coin pay for the registration. This will consume WAL from the signer by default.